projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35d82f
)
build: Disable introspection generation
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 26 Apr 2017 13:44:06 +0000
(14:44 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 3 May 2017 14:10:57 +0000
(15:10 +0100)
Currently gobject-introspection is badly borked with Meson.
This will need to be reverted.
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index badb3901bb07530b2acd5ee43e9ad595291e3352..f191fd94f3372549f4d651989d704b87d02545f8 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-895,7
+895,7
@@
libgtk_dep = declare_dependency(
link_args: common_ldflags)
# Introspection
-if
not meson.is_cross_build()
+if
false
gir_args = [
'--c-include=gtk/gtk.h',
]